home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -serious- / graphics / gnuplot / gnuplot-3.7.1src / gnuplot-3.7.1 / docs / old / readme.emx < prev    next >
Text File  |  1999-11-29  |  959b  |  21 lines

  1. EMXVGA is another terminal type for OS/2, which runs on the PM of OS/2
  2. as well as in full screen mode on DOS running on 386 or better PC.
  3. The driver is compiled using EMX GCC with VESA and SVGAKIT which supports
  4. VESA, Trident, Cirrus, ET4000, WD and S3, and is maintained by
  5. Johannes Martin (JMARTIN@GOOFY.ZDV.UNI-MAINZ.DE), with additions of
  6. putting string at an arbitrary angle by David J. Liu (liu@phri.nyu.edu).
  7.  
  8. "
  9. The file gstring.c contains the display string function for SVGAKIT of emx GCC.
  10. The function, g_string (x,y,color,angle,*string), displays the string at (x,y)
  11. which is the upper left corner of the string, in color at an arbitrary angle.
  12. To install, copy gstring.c to SVGAKIT directory and update the files graph.h
  13. and makefile with references to g_string(...), gstring.c and gstring.o.
  14. "
  15.  
  16. To install, add -lgraph -lvesa as linker parameters and enable EMXVGA
  17. in term.h
  18.  
  19.  
  20. To use with DOS, it is necessary to do emxbind -a gnuplot.exe -acim.
  21.